home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / cnrmlcrv.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  463 b   |  19 lines

  1. .TH CNRMLCRV
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CNRMLCRV
  5.  
  6.  
  7.  
  8.  CurveType CNRMLCRV( CurveType Crv )
  9.  
  10. Symbolically computes a vector field curve representing the non-normalized
  11. normals of the given curve. That is a normal vector filed, evaluated at
  12. t, provides a vector in the direction of the normal of the original
  13. curve at t. The normal curve computed is in fact equal to kN where k
  14. is the curvature of Crv and N is its normal.
  15.  
  16. Example:
  17.  
  18.  NrmlCrv = CNRMLCRV( Crv );
  19.